--Exporter request
--Exporter places a request with the Broker.
--Exporter request
--Exporter places a request with the Broker
(obj : object) -- Exporter which places the request
is
do
	if obj=object then
		-- add your code here 
	end;
end;
/*object:Enter the name of the exporter placing the request here.
*/